home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7933 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.ov.com!news
  2. From: glenn@ov.com (Fletcher.Glenn@ov.com)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Changing pipe capacity
  5. Date: 29 Feb 1996 18:55:41 GMT
  6. Organization: OpenVision
  7. Message-ID: <4h4srd$qlp@spanky.pls.ov.com>
  8. References: <4gt4c9$mds$1@mhade.production.compuserve.com>
  9. Reply-To: glenn@ov.com
  10. NNTP-Posting-Host: foghorn.pls.ov.com
  11.  
  12. In article 1@mhade.production.compuserve.com, Xavi Roig Gracia <101522.2001@CompuServe.COM> writes:
  13. >Hi !
  14. >
  15. >    I am using pipes in a personal development (with Linux
  16. >and gcc) and I detect that the pipe capacity is 4096 bytes by
  17. >default. I need a capacity greather than 4096 bytes (for send
  18. >and receive a unique missatge between processes in a 8192 bytes
  19. >format).
  20. >
  21. >Question:
  22. >
  23. >    - How can I change the default pipe capacity ?
  24. >
  25. >Thanks in advance !
  26. >
  27. >-- 
  28. >Xavi Roig Gracia (101522.2001@compuserve.com)
  29. >Universitat Autonoma de Barcelona 
  30. >Catalonia - Europe
  31.  
  32.  
  33. It is simple enough.  Just break the message into >= 4096 byte pieces, and
  34. reassemble the pieces on the receiving end.
  35.  
  36.         Fletcher.Glenn@ov.com
  37.  
  38.  
  39.